public class GxClientAddRangeSelectionModel
The model is used to compose a range selection model in order to be applied on the client.
Ranges are normally bounded by a start and end row. However it is also possible to define a range unbounded by rows (ie to contain all rows). For an unbounded range, do not provided start or end row positions.
Modifier and Type | Field and Description |
---|---|
ArrayList | Columns! A list of column ids to use. Note that none existing columns will be ignored silently |
BBjString | End! End row id or index |
BBjString | Start! Start row id or index |
Modifier and Type | Method and Description |
---|---|
JsonObject | getAsJsonObject() Convert the model to JSON object |
void | setColumns(BBjString columns!) Add columns as comma separated string |
public ArrayList Columns!
A list of column ids to use. Note that none existing columns will be ignored silently
public BBjString End!
End row id or index
public BBjString Start!
Start row id or index
public JsonObject getAsJsonObject()
Convert the model to JSON object
public void setColumns(BBjString columns!)
Add columns as comma separated string
BBjString
columns! columns as comma separated string (ex: CDNUMBER, COST)